home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-ks8695 / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  326 b   |  19 lines

  1. # arch/arm/mach-ks8695/Makefile
  2. #
  3. # Makefile for KS8695 architecture support
  4. #
  5.  
  6. obj-y                := cpu.o irq.o time.o gpio.o devices.o
  7. obj-m                :=
  8. obj-n                :=
  9. obj-                :=
  10.  
  11. # PCI support is optional
  12. obj-$(CONFIG_PCI)        += pci.o
  13.  
  14. # LEDs
  15. obj-$(CONFIG_LEDS)        += leds.o
  16.  
  17. # Board-specific support
  18. obj-$(CONFIG_MACH_KS8695)    += board-micrel.o
  19.